In last few articles we have discussed about NPOI libraries for .NET. There could be some cases, while reading Excel files, you may get an exception with 'The supplied spreadsheet seems to be Excel 5.0/7.0 (BIFF5) format. POI only supports BIFF8 format' as message.
In this quick tip, we are going to discuss about this issue, the way to handle it and the way to read the same Excel workbook content.